runtime.gcControllerState.maxStackScan (field)

4 uses

	runtime (current package)
		mgcpacer.go#L223: 	maxStackScan atomic.Uint64
		mgcpacer.go#L513: 	maxStackScan := c.maxStackScan.Load()
		mgcpacer.go#L885: 		c.maxStackScan.Add(amount)
		mgcpacer.go#L890: 		c.maxStackScan.Add(pp.maxStackScanDelta)